home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 335_02 / as8048.man < prev    next >
Text File  |  1990-12-02  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.      AS8048(1L)                  UNIX 5.0                   AS8048(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.           as8048, as8041, as80c50  - cross assemblers for
  10.           microcomputers
  11.  
  12.      SYNOPSIS
  13.           as8048 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  14.           as8041 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  15.           etc.
  16.  
  17.      DESCRIPTION
  18.           The as8048, as8041 commands assemble the input file into a
  19.           text output file representing the program memory for a
  20.           microcomputer.
  21.  
  22.           Options
  23.  
  24.           -p cpu
  25.                Override the instruction set selection.
  26.                     Valid Values for Cpu
  27.                          80C48 80c48 80C35 80c35 80C49 80c49 80C39
  28.                          80c39 80C50 80c50 80C40 80c40 8048 8035 8049
  29.                          8039 8050 8040 8041 8042
  30.  
  31.           -l listfile
  32.                Output a file formated with the memory address, data,
  33.                and source input lines.
  34.  
  35.           -o hexfile
  36.                Output the memory data image in a form accepted by most
  37.                prom programmers.
  38.  
  39.           -h hexfile
  40.                Same as -o.
  41.  
  42.           -d   Save the intermediate data file (see FILE) and abort
  43.                the execution at the end of processing.
  44.  
  45.           -s symbolfile
  46.                Print the symbol table values and names, one per line
  47.                in the specified file.
  48.  
  49.      FILES
  50.           /usr/tmp/frtXXXXXX
  51.  
  52.      SEE ALSO
  53.           Frankenstein Cross Assemblers Users Manual (file base.doc)
  54.           Appendix for as8048 Frankenstein Assembler (file as8048.doc)
  55.  
  56.      NOTES
  57.           There is only one input file.
  58.  
  59.           The program can select which subset of instructions is
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 12/4/90)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      AS8048(1L)                  UNIX 5.0                   AS8048(1L)
  71.  
  72.  
  73.  
  74.           accepted.  The program first uses the name with which it is
  75.           invoked.  This is scanned for a substring which indicates
  76.           which set to use.  The -p options overrides this selction by
  77.           performing the same substring search.  Finally the input
  78.           file can select which subset to use with the CPU statement.
  79.  
  80.           There should only be one executable file with all of its
  81.           names linked to it.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 12/4/90)
  130.  
  131.  
  132.  
  133.